runtime.timers.wakeTime (method)
9 uses
runtime (current package)
proc.go#L3190: when := pp.timers.wakeTime()
proc.go#L3927: w := p2.timers.wakeTime()
synctest.go#L146: next := bubble.timers.wakeTime()
synctest.go#L223: next := bubble.timers.wakeTime()
time.go#L747: wakeTime := ts.wakeTime()
time.go#L929: ts.minWhenHeap.Store(ts.wakeTime())
time.go#L985: func (ts *timers) wakeTime() int64 {
time.go#L1013: next := ts.wakeTime()
time.go#L1334: if w := pp.timers.wakeTime(); w != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |